All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class quicktime.std.comp.Component

java.lang.Object
   |
   +----quicktime.QTObject
           |
           +----quicktime.std.comp.ComponentIdentifier
                   |
                   +----quicktime.std.comp.Component

public class Component
extends ComponentIdentifier
implements QuickTimeLib
Representation of an open ComponentInstance.
Sub classes define specific ComponentInstance types.


Constructor Index

 o Component(ComponentIdentifier)
Given a component identifier it opens the specified component.
 o Component(int, int)
Opens the specified component.

Method Index

 o count()
Determines the current number of open connections managed by the Component.

Constructors

 o Component
 public Component(ComponentIdentifier comp) throws StdQTException
Given a component identifier it opens the specified component.

QuickTime::OpenAComponent

Parameters:
comp - the component identifier to open
 o Component
 public Component(int type,
                  int subType) throws QTException
Opens the specified component.

QuickTime::OpenADefaultComponent

Parameters:
type - the component type
subType - the component sub type
Throws: StdQTException
Possible component allocation error.

Methods

 o count
 public final int count()
Determines the current number of open connections managed by the Component.

QuickTime::CountComponentInstances

Returns:
The number of component instances of the specified Component.

All Packages  Class Hierarchy  This Package  Previous  Next  Index